Why it is necessary to put comments on check-ins? [closed]

Posted by Mik Kardash on Stack Overflow See other posts from Stack Overflow or by Mik Kardash
Published on 2009-10-13T21:33:50Z Indexed on 2010/04/05 4:03 UTC
Read the original article Hit count: 220

Filed under:
|

In fact, I always have something to put in when I perform a check-in of my code. However, the question I have is - Is it really so necessary? Does it help so much? How?

From one point of view, comments can help you to keep track of changes performed with every check-in. Thus, I will be able to analyze the changes and identify a hypothetic problem a little bit quicker.

On the other hand, it takes some time to write useful information into check-in.

Is it worth it? What are the pros and cons of writing comments to every check-in? Is there any way to write "efficient" check-in comments?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about perl